configuration / chassis0 / slots / [SLOT-ID] / [gps167sv] / module

CLI REST-API

ppo

The submenu ppo (PPO) contains the following:

Menus:
ppo1 (PPO1)
ppo2 (PPO2)
ppo3 (PPO3)
ppo4 (PPO4)

Objects: none

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo
-d "{
  \"objects\": \"new-values\"
}"